DioDocs for PDF
DrawPath(IPath,Color,Single,Single[]) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > GcGraphics クラス > DrawPath メソッド : DrawPath(IPath,Color,Single,Single[]) メソッド
An object implementing the IPath interface that represents the path to draw.
The color of lines used to draw the path.
The width of lines used to draw the path.
The dash pattern of lines used to draw the path.
Draws a path using a specified line color, width and dash pattern.

If the dashPattern array contains two or more items, the path is drawn with a Pen having Pen.LineCap set to PenLineCap.Square instead of PenLineCap.Flat.

シンタックス
'宣言
 
Public Overloads Sub DrawPath( _
   ByVal path As IPath, _
   ByVal lineColor As System.Drawing.Color, _
   ByVal lineWidth As System.Single, _
   ByVal dashPattern() As System.Single _
) 
public void DrawPath( 
   IPath path,
   System.Drawing.Color lineColor,
   System.float lineWidth,
   System.float[] dashPattern
)

パラメータ

path
An object implementing the IPath interface that represents the path to draw.
lineColor
The color of lines used to draw the path.
lineWidth
The width of lines used to draw the path.
dashPattern
The dash pattern of lines used to draw the path.
参照

GcGraphics クラス
GcGraphics メンバ
オーバーロード一覧